home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- cursorOff()
- repeat with n = 48 to 57
- put EMPTY into field n
- end repeat
- repeat with n = 5 to 14
- set the member of sprite n to member 61 of castLib "QuizPics"
- end repeat
- set x to random(5)
- case x of
- 1:
- sound playFile 2, "klunk#2.wav"
- 2:
- sound playFile 2, "squash.wav"
- 3:
- sound playFile 2, "Mclunk1.wav"
- 4:
- sound playFile 2, "Splurge.wav"
- 5:
- sound playFile 2, "Pulse01.wav"
- end case
- go("scores2")
- end
-